home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win1 / apppad37.zip / APPPAD3.INI < prev    next >
INI File  |  1993-03-20  |  2KB  |  64 lines

  1. ;            INITIALIZATION FILE FOR APPLICATION PAD
  2.  
  3. [APPLICATIONS]     
  4. ; you have to specify the full path name for all applications and icon files
  5. ; format of entries is:  
  6. ;          Number=Windows Program or Group;[Working Directory];
  7. ;                 [Icon File];[Icon Number];[Starting Status]
  8. ;
  9. ; Starting status can be any of the following:
  10. ;       0 - normal
  11. ;       1 - minimized/iconized
  12. ;       2 - maximized
  13.  
  14. 1=c:\windows\notepad.exe;c:\windows;;0;0
  15. 2=c:\windows\pbrush.exe;;;0;0
  16. 3=c:\windows\control.exe;;;0;0
  17. 4=c:\windows\clipbrd.exe;;;0;0
  18. 5=#others;;c:\windows\progman.exe;7;0
  19.  
  20. [others]
  21. 1=c:\windows\progman.exe;;;0;1
  22. 2=c:\windows\winhelp.exe;;;0;0
  23. 3=c:\windows\terminal.exe;;;0;0
  24. 4=c:\windows\write.exe;;;0;2
  25. 5=c:\windows\clock.exe;;;0;0
  26. 6=#applications;;c:\windows\progman.exe;7;0
  27.  
  28. [startup]
  29. ; AppPad will automatically execute these programs about startup
  30. ; if it is the shell. The format of the entries is:
  31. ;   Number=Windows Program;[Starting Status]
  32. ;
  33. ; Starting status can be any of the following:
  34. ;       0 - normal
  35. ;       1 - minimized/iconized
  36. ;       2 - maximized
  37.  
  38. 1=c:\windows\winfile.exe;1
  39.  
  40. [settings]
  41. ; 1 for Left, 0 for Right
  42. position=0
  43.  
  44. ; 1-enable, 0-disable
  45. Clock=1
  46. ClockHour=12
  47. Eyes=1
  48. ActiveWindow=0
  49. OnTop=1
  50.  
  51. ; 0 -disable, otherwise in seconds to blank screen
  52. Sleep=300
  53.  
  54. ;Screen Blanker
  55. ScreenBlanker=Circles
  56.  
  57. ;Group to start up AppPad with. Default is applications
  58. StartGroup=applications
  59.  
  60. ; TopOfPad and the various offsets are used for saving last bar position. Do not change them.
  61. TopOfPad=0
  62. applications-offset=0
  63. others-offset=0
  64.